Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefinitelyTyped - July 2024 #1

Merged
merged 308 commits into from
Aug 4, 2024

Conversation

TheHamsterBot
Copy link

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the package.json.

If removing a declaration:

  • If a package was never on Definitely Typed, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
  • Delete the package's directory.
  • Add it to notNeededPackages.json.

Parjak39 and others added 30 commits June 19, 2024 06:44
…of innerBlocksProps to be output of useBlockProps by @mikeybinns
Co-authored-by: Andrew Haines <andrew@haines.org.nz>
Co-authored-by: daiwanxing <wanxing.dai@coollu.com.cn>
… `mockImplementation` and `mockImplementationOnce` for node:test by @bacebu4
leonardlib and others added 29 commits July 29, 2024 09:13
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sumaya Hasan <109527897+sumayahasancds@users.noreply.github.com>
@TheHamsterBot TheHamsterBot merged commit 13a1c08 into XAuthSystems:master Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment